R Markdown script for practice

This is my first R-Markdown script that i will be working on for some projects I hope, it is worth it

Superscripting is done by using superscript

Subscripting is done by using subscript

Striking through is done by using –subscript–

Bold will make your text bold

Italics will make your text italisized

Blockquote will continue till the next paragraph break

Creating an ordered list in markdown 1. Element 1 2. Element 2

An unordered list in R markdown

  • Element 1
  • Element 2

Including Plots

You can also embed plots, for example:

x <- round(rnorm(3, mean = 3, sd = 1))
x
## [1] 4 3 3